type net.temporaryError

5 uses

	net (current package)
		dnsclient_unix.go#L52: 	errServerTemporarilyMisbehaving = &temporaryError{"server misbehaving"}
		net.go#L651: type temporaryError struct{ s string }
		net.go#L653: func (e *temporaryError) Error() string   { return e.s }
		net.go#L654: func (e *temporaryError) Temporary() bool { return true }
		net.go#L655: func (e *temporaryError) Timeout() bool   { return false }